home *** CD-ROM | disk | FTP | other *** search
- Path: ping.be!news
- From: Bart.Uyttenhove@ping.be (Bart Uyttenhove)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Cyber-programming problem
- Date: 25 Feb 1996 11:21:00 GMT
- Organization: PING Belgium
- Message-ID: <926.6629T728T393@ping.be>
- NNTP-Posting-Host: dialup24.brugge.eunet.be
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- Hello,
-
- A few days ago, I wanted to make a little testprogram using the cybergraphics
- libraries. So I did, at first is seemed to work fine, but then???
-
- This is what I do:
-
- Open a cybergraphics screen 800*600*24 using the sybergraphics
- screenrequester:
-
- result= CModeRequestTagList(requester,tagitem);
- CyberScreen = OpenScreenTags(NULL, SA_DisplayID, result, TAG_END);
- result=FillPixelArray(&CyberScreen->RastPort,20,20,300,200,0x00ff0000);
-
- Works fine, but then:
-
- result=FillPixelArray(&CyberScreen->RastPort,60,60,300,200,0x0000ff00);
-
- This line of code is never executed, nor are any other lines containing
- FillPixelArray !
-
- What is the problem? Any help would be much appreciated.
-
- My hardware: A4000/40 - Cybervision 64/4
- My software: CGraphX215u - CGraphX-DevKit release II - SAS 6.55 C-Compiler
- No compiler warnings.
-
-
- ---- E-Mail: Bart.Uyttenhove@ping.be ----
-
- ---- Homepage: http://www.ping.be/~ping1960 ----
-
-